Delete Method (Message Object)
The Delete
method deletes the Message object.
Syntax
objMessage.Delete
Parameters
objMessage
Required. The
Message object.
Remarks
The Delete
method permanently deletes the message from the system. Such a deleted message
cannot be recovered. Before calling the Delete method, the application
can prompt the user to verify whether the message should be permanently
deleted.
See Also